home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / football / locale / english / exec / writematch.data < prev   
Text File  |  1999-11-29  |  498b  |  16 lines

  1. /* English Translation for WriteMatch.rexx */
  2.  
  3.   var.1  = "wm_error     = 'ERROR :    (WriteMatch)'"
  4.   var.2  = "wm_one       = 'Cannot find '"
  5.   var.3  = "wm_two       = 'Cannot open '"
  6.   var.4  = "wm_three     = 'for reading.'"
  7.   var.5  = "wm_four      = 'for writing.'"
  8.   var.6  = "wm_five      = 'Match has been stored but the indicator file could not be created.'"
  9.  
  10.  
  11. /* Please don't change the following lines */
  12.  
  13.   setclip('VarCount', 6)
  14.   do i = 1 to 6
  15.     call setclip('var.'i, var.i)
  16.   end